Triangle Grid
Generate triangular grid pattern.
Node Data | |
---|---|
GenerateArray | |
Display name | |
Triangle Grid | |
Internal name | |
Node_Grid_Tri | |
Inheritances | |
node | |
node_processor | |
node_grid_tri | |
Inputs | |
node_grid_tri | |
dimension |
Dimension |
vec2 |
Position |
vec2 |
Scale |
float |
Gap |
rotation |
Angle |
gradient |
Tile Color |
color |
Gap Color |
surface |
Texture |
enum |
Render Type |
float |
Seed |
bool |
Anti Aliasing |
map |
Scale Map |
map |
Gap Map |
map |
Angle Map |
bool |
Truchet |
int |
Truchet Seed |
float |
Truchet Threshold |
map |
Gradient Map |
gradientrange |
Gradient Map Range |
rotation |
Texture Angle |
slider |
Level |
bool |
Use Texture Dimension |
Outputs | |
node_grid_tri | |
surface |
Surface Out |
Generate triangular grid pattern.
Properties
Gap
The thickness of the gap between cell.
Rendering Modes
Colored Tile
Fill each cell with a solid random color sampled from the Tile Color value.
Height Map
Render each cell out as a heightmap.
Texture Grid
Render out the surface value from Texture to each cell.
Texture Sample
Fill each cell with a solid color sampled from the Texture value.
Truchet Properties
Similiar to other grid related nodes. Truchet settings rotate the surface randomly to create an interesting effect.
Truchet Threshold
The ratio of the rotation.
Texture Angle
Apply random rotation on top of the truchet.